net/http.http2FrameWriteRequest.done (field)
11 uses
net/http (current package)
h2_bundle.go#L5156: done: ch,
h2_bundle.go#L5256: if wr.done != nil {
h2_bundle.go#L6441: done: errc,
h2_bundle.go#L7236: done: msg.done,
h2_bundle.go#L11181: done chan error
h2_bundle.go#L11259: done: nil,
h2_bundle.go#L11268: done: wr.done,
h2_bundle.go#L11287: return fmt.Sprintf("[FrameWriteRequest stream=%d, ch=%v, writer=%v]", wr.StreamID(), wr.done != nil, des)
h2_bundle.go#L11293: if wr.done == nil {
h2_bundle.go#L11297: case wr.done <- err:
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |